home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / net / spakparnet_0_5.lha / gfxthings_protos.h < prev    next >
Text File  |  1992-11-09  |  361b  |  15 lines

  1. /* Prototypes for functions defined in
  2. gfxthings.c
  3.  */
  4.  
  5. void FlushWindowInput(struct Window * );
  6.  
  7. void SaveCols(struct Window * , USHORT * , short );
  8.  
  9. void ClearWindow(struct Window * );
  10.  
  11. void InvertBox(struct Window * , short , short , short , short , UBYTE );
  12.  
  13. void DrawSample8Down(struct Window * , char * , unsigned long , short , short , short , short );
  14.  
  15.